home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / love_me.swf / scripts / DefineButton2_218 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-08-11  |  99 b   |  6 lines

  1. on(release){
  2.    _root.sound_op.setVolume(30);
  3.    _root.sound_powerup.start(0,1);
  4.    play();
  5. }
  6.